home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_1407 / frame_3 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  168 b   |  11 lines

  1. onEnterFrame = function()
  2. {
  3.    yinc += 1;
  4.    this._y += yinc;
  5.    if(this._y >= 450)
  6.    {
  7.       this.removeMovieClip();
  8.    }
  9. };
  10. _parent._parent.hiten.start();
  11.